Update release candidate branch to 3.2.0rc0#78
Update release candidate branch to 3.2.0rc0#78bjlittle merged 7 commits intoconda-forge:release-candidatefrom
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.01.29.15.10.18
|
@conda-grayskull show requirements |
|
Working on your request... |
| - name: scitools-iris | ||
| build: | ||
| noarch: generic | ||
| requirements: | ||
| run: | ||
| - {{ pin_subpackage('iris', max_pin="x.x.x") }} | ||
| test: | ||
| imports: | ||
| - iris | ||
| about: |
There was a problem hiding this comment.
I guess it is a minimal check that it built correctly.
There was a problem hiding this comment.
My interpretation was that they were separate builds, so they each needed testing (this was originally done in https://github.com/conda-forge/iris-feedstock/pull/74/files).
I will have to do a bit more reading to check this though!
There was a problem hiding this comment.
Not sure if helpful, but I found some other examples of where there is a test for each build output:
https://github.com/conda-forge/typing_extensions-feedstock/blob/master/recipe/meta.yaml#L28-L40
and
https://github.com/conda-forge/gstreamer-feedstock/blob/master/recipe/meta.yaml#L49
There was a problem hiding this comment.
@ocefpaf Do you have any guidance/opinion on this?
There was a problem hiding this comment.
No strong opinion but I'd keep the extra test b/c it ensure the multiple output is working.
| channel_targets: | ||
| - conda-forge rc_iris |
There was a problem hiding this comment.
@lbdreyer As this is a pre-release, don't we want to populate the rc_iris channel instead of main?
See https://conda-forge.org/docs/maintainer/knowledge_base.html#pre-release-builds
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe:
|
|
Thanks for the review @bjlittle ! |
Co-authored-by: Bill Little <bill.little@metoffice.gov.uk>
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.02.01.15.47.50
62b8e4c to
d7cd680
Compare
|
@bjlittle This should now be good to go. I finally figured out why it was failing. It turns out I had the build script line "python -m pip install ..." in the wrong place. |
|
@lbdreyer Awesome, thanks 🥳 |
To create this I took a copy of the recipe from master, updated it to v3.2.0rc0.
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)